home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacOS 8 Resources / Developer Tools / Mac OS 8 Interfaces & Libraries / Interfaces / IDLIncludes / ADBPlugin.idl < prev    next >
Text File  |  1996-05-01  |  2KB  |  64 lines

  1. /*
  2.      File:        ADBPlugin.idl
  3.  
  4.      Version:    Technology:    
  5.                  Release:    Universal Interfaces 3.0d3 on Copland DR1
  6.  
  7.      Copyright:    © 1984-1996 by Apple Computer, Inc.  All rights reserved.
  8.  
  9.      Bugs?:        If you find a problem with this file, send the file and version
  10.                  information (from above) and the problem description to:
  11.  
  12.                      Internet:    apple.bugs@applelink.apple.com
  13.                      AppleLink:    APPLE.BUGS
  14.  
  15. */
  16. #ifndef __ADBPLUGIN_IDL__
  17. #define __ADBPLUGIN_IDL__
  18.  
  19. #include <somobj.idl>
  20. #include <somcls.idl>
  21.  
  22. #ifndef __TYPES_IDL__
  23. #include <Types.idl>
  24. #endif
  25. #ifndef __ADB_IDL__
  26. #include <ADB.idl>
  27. #endif
  28.  
  29. #ifdef __SOMIDL__
  30.  
  31. #if FOR_SYSTEM8_PREEMPTIVE
  32. /*
  33. ------------------------------------------------------------------------------------
  34.   Calls exported by the Family
  35. ------------------------------------------------------------------------------------
  36. */
  37. /*
  38. ------------------------------------------------------------------------------------
  39.   Plugin Dispatch Table
  40. ------------------------------------------------------------------------------------
  41. */
  42. typedef OpaquePtr ADBPluginInitProc;
  43. typedef OpaquePtr ADBPluginSetAutopollDelayProc;
  44. typedef OpaquePtr ADBPluginGetAutopollDelayProc;
  45. typedef OpaquePtr ADBPluginSetAutopollListProc;
  46. typedef OpaquePtr ADBPluginGetAutopollListProc;
  47. typedef OpaquePtr ADBPluginAutopollEnableProc;
  48. typedef OpaquePtr ADBPluginAutopollDisableProc;
  49. typedef OpaquePtr ADBPluginResetBusProc;
  50. typedef OpaquePtr ADBPluginFlushProc;
  51. typedef OpaquePtr ADBPluginSetRegisterProc;
  52. typedef OpaquePtr ADBPluginGetRegisterProc;
  53. typedef OpaquePtr ADBPluginSetKeyboardListProc;
  54. typedef SOMLargeStruct            ADBPluginHeader;            /* Derived from a struct of 16 bytes in size */
  55.  
  56. typedef SOMLargeStruct            ADBPluginDispatchTable;        /* Derived from a struct of 64 bytes in size */
  57.  
  58. #endif
  59.  
  60. #endif /* __SOMIDL__ */
  61.  
  62. #endif /* __ADBPLUGIN_IDL__ */
  63.  
  64.